home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr28 / 3c509drv.zip / NETWARE.BAT < prev    next >
DOS Batch File  |  1993-06-01  |  896b  |  54 lines

  1. echo off
  2. REM %%VER NetWare Drivers Installation Utility Program v2.0b
  3. if %mono%.==y. goto b&w
  4. ..\install\flushkey
  5. ..\install\check videocard
  6. if errorlevel 1 goto color
  7. :b&w
  8. cls
  9. goto contin
  10. :color
  11. ..\install\get b 31
  12. :contin
  13. type inspropt.men
  14.  
  15. ..\install\echoxy 20 17 Select Option:
  16. ..\install\reply
  17.  
  18. if errorlevel 60 goto inval
  19. if errorlevel 59 goto help
  20. if errorlevel 53 goto inval
  21. if errorlevel 52 goto main
  22. if errorlevel 51 goto floppy
  23. if errorlevel 50 goto ins386
  24. if errorlevel 49 goto ins286
  25. if errorlevel 28 goto inval
  26. if errorlevel 27 goto main
  27.  
  28. :inval
  29. ..\install\echoxy 21 17  **** Invalid key, try again. ****
  30. echo 
  31. echo 
  32. echo.
  33. netware
  34.  
  35. :help
  36. ..\install\echoxy 24 1
  37. echo.
  38. type nwupdate.hlp
  39. pause
  40. netware
  41.  
  42. :main
  43. cd ..
  44. menu
  45.  
  46. :ins286
  47. nw286ins
  48.  
  49. :ins386
  50. nw386ins
  51.  
  52. :floppy
  53. flopyins
  54.